projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a491b
)
brcm2708: use mmd for overlays subdirectory
author
John Crispin
<
[email protected]
>
Sun, 11 Oct 2015 16:23:18 +0000
(16:23 +0000)
committer
John Crispin
<
[email protected]
>
Sun, 11 Oct 2015 16:23:18 +0000
(16:23 +0000)
Fixes https://dev.openwrt.org/ticket/20704
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
SVN-Revision: 47171
target/linux/brcm2708/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm2708/image/Makefile
b/target/linux/brcm2708/image/Makefile
index 3744cace58ce695901a2285024da8ed5fde17dc1..cc0bfb0a2692a97ef2f7bd9e423acbf932350165 100644
(file)
--- a/
target/linux/brcm2708/image/Makefile
+++ b/
target/linux/brcm2708/image/Makefile
@@
-21,12
+21,6
@@
else
endef
endif
-define Image/Prepare
- rm -rf $(KDIR)/overlays
- mkdir -p $(KDIR)/overlays
- $(CP) $(DTS_DIR)/overlays/*.dtb $(KDIR)/overlays/
-endef
-
### Image scripts ###
define Build/gen-cfg
cat config.txt >
[email protected]
@@
-47,7
+41,8
@@
define Build/boot-img
mcopy -i
[email protected]
[email protected]
::config.txt
mcopy -i
[email protected]
$(word 1,$^) ::kernel.img
mcopy -i
[email protected]
$(DTS_DIR)/$(DEVICE_DTS).dtb ::$(DEVICE_DTS).dtb
- mcopy -s -i
[email protected]
$(KDIR)/overlays ::
+ mmd -i
[email protected]
::/overlays
+ mcopy -i
[email protected]
$(DTS_DIR)/overlays/*.dtb ::/overlays/
endef
define Build/sdcard-img